Skip to main content

All Questions

0votes
1answer
348views

Integer overflow check not detecting some cases

Something very weird happens when I control my code execution to fish out integer overflows. The control program checks the value of the overflow flag using inline assembly. Code: #include <stdio....
AXANO's user avatar

close